home *** CD-ROM | disk | FTP | other *** search
- /*
- * logfile.c
- * - simple dummy definition of symbol 'logfile', since libwais.a
- * expects it but doesn't provide it.
- *
- * Roll this file into libwais.a when linking the WAIS libs into
- * programs that don't provide 'logfile' (like NCSA Mosaic).
- *
- * Created 15-Mar-1995 kamalm@sco.com.
- */
-
- #include <stdio.h>
-
- FILE *logfile=stderr;
-
-